﻿2026-06-09T03:00:34.9292619Z ##[group]Run actions/checkout@v5
2026-06-09T03:00:34.9293429Z with:
2026-06-09T03:00:34.9293835Z   repository: SaberMage/spt-core
2026-06-09T03:00:34.9298019Z   token: ***
2026-06-09T03:00:34.9298436Z   ssh-strict: true
2026-06-09T03:00:34.9298973Z   ssh-user: git
2026-06-09T03:00:34.9299483Z   persist-credentials: true
2026-06-09T03:00:34.9299913Z   clean: true
2026-06-09T03:00:34.9300295Z   sparse-checkout-cone-mode: true
2026-06-09T03:00:34.9300737Z   fetch-depth: 1
2026-06-09T03:00:34.9301113Z   fetch-tags: false
2026-06-09T03:00:34.9301495Z   show-progress: true
2026-06-09T03:00:34.9301873Z   lfs: false
2026-06-09T03:00:34.9302253Z   submodules: false
2026-06-09T03:00:34.9302639Z   set-safe-directory: true
2026-06-09T03:00:34.9303288Z ##[endgroup]
2026-06-09T03:00:35.0065144Z Syncing repository: SaberMage/spt-core
2026-06-09T03:00:35.0066767Z ##[group]Getting Git version info
2026-06-09T03:00:35.0067591Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-09T03:00:35.0068641Z [command]/usr/bin/git version
2026-06-09T03:00:35.0069111Z git version 2.43.0
2026-06-09T03:00:35.0070429Z ##[endgroup]
2026-06-09T03:00:35.0079090Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/aefc0cc8-7aa8-45d2-833a-59a995514b59' before making global git config changes
2026-06-09T03:00:35.0080417Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T03:00:35.0081787Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-09T03:00:35.0111201Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-09T03:00:35.0129078Z https://github.com/SaberMage/spt-core
2026-06-09T03:00:35.0139069Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-09T03:00:35.0141512Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-09T03:00:35.0169669Z refs/heads/dev-freeform
2026-06-09T03:00:35.0176879Z [command]/usr/bin/git checkout --detach
2026-06-09T03:00:35.0298563Z HEAD is now at 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:35.0365474Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-09T03:00:35.0399529Z Deleted branch dev-freeform (was 707c733).
2026-06-09T03:00:35.0432482Z ##[endgroup]
2026-06-09T03:00:35.0434915Z [command]/usr/bin/git submodule status
2026-06-09T03:00:35.0623878Z ##[group]Cleaning the repository
2026-06-09T03:00:35.0626772Z [command]/usr/bin/git clean -ffdx
2026-06-09T03:00:37.6153031Z Removing .adapter-notify/
2026-06-09T03:00:37.6153799Z Removing target/
2026-06-09T03:00:37.6161873Z [command]/usr/bin/git reset --hard HEAD
2026-06-09T03:00:37.6244035Z HEAD is now at 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:37.6249326Z ##[endgroup]
2026-06-09T03:00:37.6250329Z ##[group]Disabling automatic garbage collection
2026-06-09T03:00:37.6253833Z [command]/usr/bin/git config --local gc.auto 0
2026-06-09T03:00:37.6277948Z ##[endgroup]
2026-06-09T03:00:37.6278455Z ##[group]Setting up auth
2026-06-09T03:00:37.6282751Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-09T03:00:37.6308685Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-09T03:00:37.6501602Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T03:00:37.6523536Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-09T03:00:37.6702090Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T03:00:37.6724794Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-09T03:00:37.6911256Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-09T03:00:37.6939180Z ##[endgroup]
2026-06-09T03:00:37.6939680Z ##[group]Fetching the repository
2026-06-09T03:00:37.6944794Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35d1672fdf999a4fc6e58fcd04ff5c953452beb0:refs/remotes/origin/main
2026-06-09T03:00:38.2676866Z From https://github.com/SaberMage/spt-core
2026-06-09T03:00:38.2677682Z  * [new ref]         35d1672fdf999a4fc6e58fcd04ff5c953452beb0 -> origin/main
2026-06-09T03:00:38.2692863Z ##[endgroup]
2026-06-09T03:00:38.2693632Z ##[group]Determining the checkout info
2026-06-09T03:00:38.2695864Z ##[endgroup]
2026-06-09T03:00:38.2700549Z [command]/usr/bin/git sparse-checkout disable
2026-06-09T03:00:38.2737509Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-09T03:00:38.2760868Z ##[group]Checking out the ref
2026-06-09T03:00:38.2763364Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-09T03:00:38.2857614Z Previous HEAD position was 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:38.2863721Z Switched to a new branch 'main'
2026-06-09T03:00:38.2864687Z branch 'main' set up to track 'origin/main'.
2026-06-09T03:00:38.2869296Z ##[endgroup]
2026-06-09T03:00:38.2898677Z [command]/usr/bin/git log -1 --format=%H
2026-06-09T03:00:38.2917064Z 35d1672fdf999a4fc6e58fcd04ff5c953452beb0
